projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a9bd5
)
add nathelper modul, okay nbd
author
Waldemar Brodkorb
<
[email protected]
>
Mon, 2 May 2005 18:24:31 +0000
(18:24 +0000)
committer
Waldemar Brodkorb
<
[email protected]
>
Mon, 2 May 2005 18:24:31 +0000
(18:24 +0000)
SVN-Revision: 788
openwrt/package/ser/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ser/Makefile
b/openwrt/package/ser/Makefile
index 0266365cf8a66bccb6eaf5449db272e761b90c03..1e4a7c17852b157f2eca5d401f0955c41f42b3c7 100644
(file)
--- a/
openwrt/package/ser/Makefile
+++ b/
openwrt/package/ser/Makefile
@@
-14,7
+14,7
@@
PKG_CAT:=zcat
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
-SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops
+SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops
nathelper
SER_MODULE_FILES := $(foreach module,$(SER_MODULES),modules/$(module)/$(module).so)
SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))